Do not depend on GLib API introduced after 2.66
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 23 Nov 2020 12:02:21 +0000 (12:02 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 23 Nov 2020 12:06:22 +0000 (12:06 +0000)
commit3a1b2083d61e24a42fc43d952644e184c18a46d5
tree3618e8ab91297407a966008df1b50bab7f751331
parent3e996f61ae004c9fdad2fc175b06b6c7314de8db
Do not depend on GLib API introduced after 2.66

To avoid bleeding edge deprecations we use GLIB_VERSION_MIN_REQUIRED and
GLIB_VERSION_MAX_ALLOWED. Since we depend on GLib 2.66, we cannot use
API introduced in 2.67, even when conditionally compiled.
gtk/tools/gtk-builder-tool.c